home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 4
/
Aminet 4 - November 1994.iso
/
aminet
/
comm
/
fido
/
shelter191a.lha
/
CFG
/
RFS.cfg
< prev
Wrap
Text File
|
1994-07-30
|
5KB
|
81 lines
/*
$VER: RFS Cfg Config for RFS Williamson 54.01
*/
Priority =6 /* priority at which to run the file server */
/* Text to prepend to response messages */
Header=""
/* Delete remainder if not wanted */
/*Header=Header||"ÕÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÑÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÑÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ͸"cr */
/*Header=Header||"³ °°°°°±±±±±²²²²²ÛÛÛÛÛ³ The Roof File Request Server ³ÛÛÛÛÛ²²²²²±±±±±°°°°° ³"cr */
/*Header=Header||"ÔÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÏÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÏÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ;"cr */
/* Text to append to response messages */
Tail=""
/* Delete remainder if not wanted */
Tail=Tail||" Three forms of Update Requests are supported! Formats are as follows:"cr||cr
Tail=Tail||" The RFS/QuickSilver Human Request Standard:"cr
Tail=Tail||" File after a requested date: FILENAME +Uyymmdd"cr
Tail=Tail||" File before a requested date: FILENAME -Uyymmdd"cr
Tail=Tail||" or"cr
Tail=Tail||" File after a requested date and time: FILENAME +Uyymmddhhmmss"cr
Tail=Tail||" File before a requested date and time: FILENAME -Uyymmddhhmmss"cr||cr
Tail=Tail||" The FTS-0006 WaZoo Update Request Standard:"cr
Tail=Tail||" File after a requested date and time: FILENAME +unixtimestamp"cr
Tail=Tail||" File before a requested date and time: FILENAME -unixtimestamp"cr||cr
/* additional Text to prepend to response messages for first time callers*/
FirstCall=""
/* Delete remainder if not wanted */
FirstCall=FirstCall||" If this is NOT your first call you should not have received this"cr
FirstCall=FirstCall||" bug report request. Please NetMail a bug report :)"cr
FirstCall=FirstCall||" RFS is currently in Beta Test stage, and may still have some bugs"cr
FirstCall=FirstCall||" to be found. If you experience any problems when requesting files from"cr
FirstCall=FirstCall||" this BBS, PLEASE send me NetMail or leave me feedback with the mailer's"cr
FirstCall=FirstCall||" NOTE command explaining the problem."cr
FirstCall=FirstCall||" RFS is by Robert Williamson of FIDONET#1:167/104.0 and was orginally"cr
FirstCall=FirstCall||" ported to WPL from Roger Clark's QuickSilver File Request Handler."cr||cr
VHuman=""
VHuman=VHUman||" This system also permits you to upload a file containing a request list."cr
VHuman=VHUman||" The format is simply one request per line. The filename should be:"cr
VHuman=VHUman||" yourname.GRAB, with yourname using underlines instead of spaces."cr
VHuman=VHuman||" eg: Robert_Williamson.GRAB"cr||cr
ReqPoint=TRUE /* Allow points to request files */
ReqUnlisted=TRUE /* Allow unlisted systems to request files */
ReqHuman=TRUE /* Allow Humans to request files */
SortedLst=TRUE /* FREQ.LST is sorted */
MultiMagic=TRUE /* Send multiple files for MAGIC names */
MatchFirst=FALSE /* Send only the first file matched */
/* If one of these is not selected, then the File Note of the file */
/* will be used as the description */
DLGfd=FALSE /* Use DLG FD file instead of filenote */
TAdesc=FALSE /* Use TransAmiga filename.desc */
FREQLST="RAM:FREQ.LST" /* Fullpath of list of files to search */
LogFile="LOG:RFS.Log" /* LogFile FullPathName */
AcctPath="LOG:RFSACCT/" /* Path for FTN accounting files */
EXCLUDE.0 =9 /* number of excluded nodes, 0 if none */
/* Exclude these nodes from requesting files */
EXCLUDE.1="FIDONET#1:167/104.0" /* good idea to exclude yourself */
EXCLUDE.2="FIDONET#1:167/104.6"
EXCLUDE.3="BOB_W#0:0/0.0"
EXCLUDE.4="HUGUES_LANGLOIS#0:0/0.0"
EXCLUDE.5="STEPHANE_CADOTTE#0:0/0.0"
EXCLUDE.6="ERIC_DYRDA#0:0/0.0"
EXCLUDE.7="ERICX_DYRDA#0:0/0.0"
EXCLUDE.8="DAVID_BOISVERT#0:0/0.0"
EXCLUDE.9="ALEXANDRE_PEDNEAULT#0:0/0.0"
/* These are read by GRAB also - MUST be within 512 bytes of end of file */
MaxBytes=1000000 /* Maximum Bytes Per Session, 0=No limit */
MaxDaily=0 /* Maximum Bytes Daily, 0=No limit */
MaxReqNames=0 /* Maximum Requests Per Session,0=No limit */
MaxHBytes=50000 /* Maximum Bytes/Session Humans 0=No Limit */
MaxHDaily=100000 /* Maximum Bytes/Daily Humans 0=No Limit */
MaxCalls=3 /* Maximum Calls/Daily Humans 0=No Limit */
MaxHTotal=3000000 /* Total free bytes for Humans 0=No Limit */